home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / temacd / rapidphp / rapidphp7.exe / {app} / data / cssdefs / CSS Level 2.ini < prev    next >
INI File  |  2005-10-13  |  12KB  |  700 lines

  1. [%info]
  2. CSS Level 2
  3. Reference: http://www.w3.org/TR/REC-CSS2/
  4.  
  5. [%groups]
  6. aural=Aural
  7. borders=Borders
  8. colors=Colors and Backgrounds
  9. fonts=Font
  10. generate=Generated Content
  11. page=Page
  12. table=Tables
  13. text=Text
  14. visual=Visual
  15.  
  16. [%properties]
  17. azimuth
  18. background
  19. background-attachment
  20. background-color
  21. background-image
  22. background-position
  23. background-repeat
  24. border
  25. border-bottom
  26. border-bottom-color
  27. border-bottom-style
  28. border-bottom-width
  29. border-collapse
  30. border-color
  31. border-left
  32. border-left-color
  33. border-left-style
  34. border-left-width
  35. border-right
  36. border-right-color
  37. border-right-style
  38. border-right-width
  39. border-spacing
  40. border-style
  41. border-top
  42. border-top-color
  43. border-top-style
  44. border-top-width
  45. border-width
  46. bottom
  47. caption-side
  48. clear
  49. clip
  50. color
  51. content
  52. counter-increment
  53. counter-reset
  54. cue
  55. cue-after
  56. cue-before
  57. cursor
  58. direction
  59. display
  60. elevation
  61. empty-cells
  62. float
  63. font
  64. font-family
  65. font-size
  66. font-size-adjust
  67. font-stretch
  68. font-style
  69. font-variant
  70. font-weight
  71. height
  72. left
  73. letter-spacing
  74. line-height
  75. list-style
  76. list-style-image
  77. list-style-position
  78. list-style-type
  79. margin
  80. margin-bottom
  81. margin-left
  82. margin-right
  83. margin-top
  84. marker-offset
  85. marks
  86. max-height
  87. max-width
  88. min-height
  89. min-width
  90. orphans
  91. outline
  92. outline-color
  93. outline-style
  94. outline-width
  95. overflow
  96. padding
  97. padding-bottom
  98. padding-left
  99. padding-right
  100. padding-top
  101. page
  102. page-break-after
  103. page-break-before
  104. page-break-inside
  105. pause
  106. pause-after
  107. pause-before
  108. pitch
  109. pitch-range
  110. play-during
  111. position
  112. quotes
  113. richness
  114. right
  115. size
  116. speak
  117. speak-header
  118. speak-numeral
  119. speak-punctuation
  120. speech-rate
  121. stress
  122. table-layout
  123. text-align
  124. text-decoration
  125. text-indent
  126. text-shadow
  127. text-transform
  128. top
  129. unicode-bidi
  130. vertical-align
  131. visibility
  132. voice-family
  133. volume
  134. white-space
  135. widows
  136. width
  137. word-spacing
  138. z-index
  139.  
  140. [%units]
  141. <length>=px|em|ex|pt|in|pc|mm|cm
  142. <angle>=deg|grad|rad
  143. <time>=ms|s
  144. <frequency>=Hz|kHz
  145.  
  146. [%types]
  147. <border-style>=none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset
  148. <border-width>=<length>|thin|medium|thick
  149. <absolute-size>=xx-small|x-small|small|medium|large|x-large|xx-large
  150. <relative-size>=larger|smaller
  151. <generic-family>=serif|sans-serif|cursive|fantasy|monospace
  152.  
  153. [azimuth]
  154. group=aural
  155. value=<angle>|left-side|far-left|left|center-left|center|center-right|right|far-right|right-side|behind|leftwards|rightwards
  156.  
  157. [background]
  158. group=colors
  159. value=<mixed>
  160. sub1=background-color,<color>|transparent
  161. sub2=background-image,<imageurl>|none
  162. sub3=background-repeat,repeat|repeat-x|repeat-y|no-repeat
  163. sub4=background-attachment,scroll|fixed
  164. sub5=background-position,<percentage>|<length>|top|center|bottom|left|right
  165.  
  166. [background-attachment]
  167. group=colors
  168. value=scroll|fixed
  169.  
  170. [background-color]
  171. group=colors
  172. value=<color>|transparent
  173.  
  174. [background-image]
  175. group=colors
  176. value=<imageurl>|none
  177.  
  178. [background-position]
  179. group=colors
  180. value=<percentage>|<length>|top|center|bottom|left|right
  181.  
  182. [background-repeat]
  183. group=colors
  184. value=repeat|repeat-x|repeat-y|no-repeat
  185.  
  186. [border]
  187. group=borders
  188. value=<mixed>
  189. sub1=width,<border-width>
  190. sub2=style,<border-style>
  191. sub3=color,<color>
  192.  
  193. [border-bottom]
  194. group=borders
  195. value=<mixed>
  196. sub1=width,<border-width>
  197. sub2=style,<border-style>
  198. sub3=color,<color>
  199.  
  200. [border-bottom-color]
  201. group=borders
  202. value=<color>
  203.  
  204. [border-bottom-style]
  205. group=borders
  206. value=<border-style>
  207.  
  208. [border-bottom-width]
  209. group=borders
  210. value=<border-width>
  211.  
  212. [border-collapse]
  213. group=table
  214. value=collapse|separate
  215.  
  216. [border-color]
  217. group=borders
  218. value=<mixed>|<color>
  219. sub1=border-top-color,<color>
  220. sub2=border-right-color,<color>
  221. sub3=border-bottom-color,<color>
  222. sub4=border-left-color,<color>
  223.  
  224. [border-left]
  225. group=borders
  226. value=<mixed>
  227. sub1=width,<border-width>
  228. sub2=style,<border-style>
  229. sub3=color,<color>
  230.  
  231. [border-left-color]
  232. group=borders
  233. value=<color>
  234.  
  235. [border-left-style]
  236. group=borders
  237. value=<border-style>
  238.  
  239. [border-left-width]
  240. group=borders
  241. value=<border-width>
  242.  
  243. [border-right]
  244. group=borders
  245. value=<mixed>
  246. sub1=width,<border-width>
  247. sub2=style,<border-style>
  248. sub3=color,<color>
  249.  
  250. [border-right-color]
  251. group=borders
  252. value=<color>
  253.  
  254. [border-right-style]
  255. group=borders
  256. value=<border-style>
  257.  
  258. [border-right-width]
  259. group=borders
  260. value=<border-width>
  261.  
  262. [border-spacing]
  263. group=table
  264. value=<length>
  265.  
  266. [border-style]
  267. group=borders
  268. value=<mixed>|<border-style>
  269. sub1=border-top-style,<border-style>
  270. sub2=border-right-style,<border-style>
  271. sub3=border-bottom-style,<border-style>
  272. sub4=border-left-style,<border-style>
  273.  
  274. [border-top]
  275. group=borders
  276. value=<mixed>
  277. sub1=width,<border-width>
  278. sub2=style,<border-style>
  279. sub3=color,<color>
  280.  
  281. [border-top-color]
  282. group=borders
  283. value=<color>
  284.  
  285. [border-top-style]
  286. group=borders
  287. value=<border-style>
  288.  
  289. [border-top-width]
  290. group=borders
  291. value=<border-width>
  292.  
  293. [border-width]
  294. group=borders
  295. value=<mixed>|<border-width>
  296. sub1=border-top-width,<border-width>
  297. sub2=border-right-width,<border-width>
  298. sub3=border-bottom-width,<border-width>
  299. sub4=border-left-width,<border-width>
  300.  
  301. [bottom]
  302. group=visual
  303. value=<percentage>|<length>|auto
  304.  
  305. [caption-side]
  306. group=table
  307. value=top|bottom|left|right
  308.  
  309. [clear]
  310. group=borders
  311. value=none|left|right|both
  312.  
  313. [clip]
  314. group=visual
  315. value=auto
  316.  
  317. [color]
  318. group=colors
  319. value=<color>
  320.  
  321. [content]
  322. group=generate
  323. value=<url>|open-quote|close-quote|no-open-quote|no-close-quote
  324.  
  325. [counter-increment]
  326. group=generate
  327. value=none
  328.  
  329. [counter-reset]
  330. group=generate
  331. value=none
  332.  
  333. [cue]
  334. group=aural
  335. value=<mixed>
  336. sub1=cue-before,<url>|none
  337. sub2=cue-after,<url>|none
  338.  
  339. [cue-after]
  340. group=aural
  341. value=<url>|none
  342.  
  343. [cue-before]
  344. group=aural
  345. value=<url>|none
  346.  
  347. [cursor]
  348. group=visual
  349. value=<url>|auto|crosshair|default|pointer|move|e-resize|ne-resize|nw-resize|n-resize|se-resize|sw-resize|s-resize|w-resize|text|wait|help
  350.  
  351. [direction]
  352. group=visual
  353. value=ltr|rtl
  354.  
  355. [display]
  356. group=visual
  357. value=inline|block|list-item|run-in|compact|marker|table|inline-table|table-row-group|table-header-group|table-footer-group|table-row|table-column-group|table-column|table-cell|table-caption|none
  358.  
  359. [elevation]
  360. group=aural
  361. value=<angle>|below|level|above|higher|lower
  362.  
  363. [empty-cells]
  364. group=table
  365. value=show|hide
  366.  
  367. [float]
  368. group=borders
  369. value=left|right|none
  370.  
  371. [font]
  372. group=fonts
  373. value=<mixed>
  374. sub1=font-style,normal|italic|oblique
  375. sub2=font-variant,normal|small-caps
  376. sub3=font-weight,normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900
  377. sub4=font-size,<length>|<percentage>|<relative-size>|<absolute-size>
  378. sub5=line-height,<percentage>|<length>|<number>|normal
  379. sub6=font-family,<font>
  380. sub7=system-specific,caption|icon|menu|message-box|small-caption|status-bar
  381.  
  382. [font-family]
  383. group=fonts
  384. value=<font>
  385.  
  386. [font-size]
  387. group=fonts
  388. value=<length>|<percentage>|<relative-size>|<absolute-size>
  389.  
  390. [font-size-adjust]
  391. group=fonts
  392. value=<number>|none
  393.  
  394. [font-stretch]
  395. group=fonts
  396. value=normal|wider|narrower|ultra-condensed|extra-condensed|condensed|semi-condensed|semi-expanded|expanded|extra-expanded|ultra-expanded
  397.  
  398. [font-style]
  399. group=fonts
  400. value=normal|italic|oblique
  401.  
  402. [font-variant]
  403. group=fonts
  404. value=normal|small-caps
  405.  
  406. [font-weight]
  407. group=fonts
  408. value=normal|bold|bolder|lighter|100|200|300|400|500|600|700|800|900
  409.  
  410. [height]
  411. group=visual
  412. value=<percentage>|<length>|auto
  413.  
  414. [left]
  415. group=visual
  416. value=<percentage>|<length>|auto
  417.  
  418. [letter-spacing]
  419. group=text
  420. value=<length>|normal
  421.  
  422. [line-height]
  423. group=text
  424. value=<percentage>|<length>|<number>|normal
  425.  
  426. [list-style]
  427. group=visual
  428. value=<mixed>
  429. sub1=list-style-type,disc|circle|square|decimal|decimal-leading-zero|lower-roman|upper-roman|lower-greek|lower-alpha|lower-latin|upper-alpha|upper-latin|hebrew|armenian|georgian|cjk-ideographic|hiragana|katakana|hiragana-iroha|katakana-iroha|none
  430. sub2=list-style-position,inside|outside
  431. sub3=list-style-image,<imageurl>|none
  432.  
  433. [list-style-image]
  434. group=visual
  435. value=<imageurl>|none
  436.  
  437. [list-style-position]
  438. group=visual
  439. value=inside|outside
  440.  
  441. [list-style-type]
  442. group=visual
  443. value=disc|circle|square|decimal|decimal-leading-zero|lower-roman|upper-roman|lower-greek|lower-alpha|lower-latin|upper-alpha|upper-latin|hebrew|armenian|georgian|cjk-ideographic|hiragana|katakana|hiragana-iroha|katakana-iroha|none
  444.  
  445. [margin]
  446. group=borders
  447. value=<mixed>|<percentage>|<length>|auto
  448. sub1=margin-top,<percentage>|<length>|auto
  449. sub2=margin-right,<percentage>|<length>|auto
  450. sub3=margin-bottom,<percentage>|<length>|auto
  451. sub4=margin-left,<percentage>|<length>|auto
  452.  
  453. [margin-bottom]
  454. group=borders
  455. value=<percentage>|<length>|auto
  456.  
  457. [margin-left]
  458. group=borders
  459. value=<percentage>|<length>|auto
  460.  
  461. [margin-right]
  462. group=borders
  463. value=<percentage>|<length>|auto
  464.  
  465. [margin-top]
  466. group=borders
  467. value=<percentage>|<length>|auto
  468.  
  469. [marker-offset]
  470. group=generate
  471. value=<length>|auto
  472.  
  473. [marks]
  474. group=page
  475. value=crop|cross|none
  476.  
  477. [max-height]
  478. group=visual
  479. value=<percentage>|<length>|none
  480.  
  481. [max-width]
  482. group=visual
  483. value=<percentage>|<length>|none
  484.  
  485. [min-height]
  486. group=visual
  487. value=<percentage>|<length>|none
  488.  
  489. [min-width]
  490. group=visual
  491. value=<percentage>|<length>|none
  492.  
  493. [orphans]
  494. group=page
  495. value=<number>
  496.  
  497. [outline]
  498. group=visual
  499. value=<mixed>
  500. sub1=outline-color,<color>
  501. sub2=outline-style,<border-style>
  502. sub3=outline-width,<border-width>
  503.  
  504. [outline-color]
  505. group=visual
  506. value=<color>|invert
  507.  
  508. [outline-style]
  509. group=visual
  510. value=<border-style>
  511.  
  512. [outline-width]
  513. group=visual
  514. value=<border-width>
  515.  
  516. [overflow]
  517. group=visual
  518. value=visible|hidden|scroll|auto
  519.  
  520. [padding]
  521. group=borders
  522. value=<mixed>|<percentage>|<length>
  523. sub1=padding-top,<percentage>|<length>
  524. sub2=padding-right,<percentage>|<length>
  525. sub3=padding-bottom,<percentage>|<length>
  526. sub4=padding-left,<percentage>|<length>
  527.  
  528. [padding-bottom]
  529. group=borders
  530. value=<percentage>|<length>
  531.  
  532. [padding-left]
  533. group=borders
  534. value=<percentage>|<length>
  535.  
  536. [padding-right]
  537. group=borders
  538. value=<percentage>|<length>
  539.  
  540. [padding-top]
  541. group=borders
  542. value=<percentage>|<length>
  543.  
  544. [page]
  545. group=page
  546. value=auto
  547.  
  548. [page-break-after]
  549. group=page
  550. value=auto|always|avoid|left|right
  551.  
  552. [page-break-before]
  553. group=page
  554. value=auto|always|avoid|left|right
  555.  
  556. [page-break-inside]
  557. group=page
  558. value=avoid|auto
  559.  
  560. [pause]
  561. group=aural
  562. value=<mixed>
  563. sub1=pause-before,<time>|<percentage>
  564. sub2=pause-after,<time>|<percentage>
  565.  
  566. [pause-after]
  567. group=aural
  568. value=<time>|<percentage>
  569.  
  570. [pause-before]
  571. group=aural
  572. value=<time>|<percentage>
  573.  
  574. [pitch]
  575. group=aural
  576. value=<frequency>|x-low|low|medium|high|x-high
  577.  
  578. [pitch-range]
  579. group=aural
  580. value=<number>
  581.  
  582. [play-during]
  583. group=aural
  584. value=<url>|mix|repeat|auto|none
  585.  
  586. [position]
  587. group=visual
  588. value=static|relative|absolute|fixed
  589.  
  590. [quotes]
  591. group=visual
  592. value=none
  593.  
  594. [richness]
  595. group=aural
  596. value=<number>
  597.  
  598. [right]
  599. group=visual
  600. value=<percentage>|<length>|auto
  601.  
  602. [size]
  603. group=page
  604. value=<length>|auto|portrait|landscape
  605.  
  606. [speak]
  607. group=aural
  608. value=normal|none|spell-out
  609.  
  610. [speak-header]
  611. group=aural
  612. value=once|always
  613.  
  614. [speak-numeral]
  615. group=aural
  616. value=digits|continuous
  617.  
  618. [speak-punctuation]
  619. group=aural
  620. value=code|none
  621.  
  622. [speech-rate]
  623. group=aural
  624. value=<number>|x-slow|slow|medium|fast|x-fast|faster|slower
  625.  
  626. [stress]
  627. group=aural
  628. value=<number>
  629.  
  630. [table-layout]
  631. group=table
  632. value=auto|fixed
  633.  
  634. [text-align]
  635. group=text
  636. value=left|right|center|justify
  637.  
  638. [text-decoration]
  639. group=text
  640. value=none|underline|overline|line-through|blink
  641.  
  642. [text-indent]
  643. group=text
  644. value=<percentage>|<length>
  645.  
  646. [text-shadow]
  647. group=text
  648. value=<color>|<length>|none
  649.  
  650. [text-transform]
  651. group=text
  652. value=capitalize|uppercase|lowercase|none
  653.  
  654. [top]
  655. group=visual
  656. value=<percentage>|<length>|auto
  657.  
  658. [unicode-bidi]
  659. group=visual
  660. value=normal|embed|bidi-override
  661.  
  662. [vertical-align]
  663. group=visual
  664. value=<percentage>|<length>|baseline|sub|super|top|text-top|middle|bottom|text-bottom
  665.  
  666. [visibility]
  667. group=visual
  668. value=visible|hidden|collapse
  669.  
  670. [voice-family]
  671. group=aural
  672. value=<mixed>
  673. sub1=specific-voice,<string>
  674. sub2=generic-voice,male|female|child
  675.  
  676. [volume]
  677. group=aural
  678. value=<percentage>|<number>|silent|x-soft|soft|medium|loud|x-loud
  679.  
  680. [white-space]
  681. group=text
  682. value=normal|pre|nowrap
  683.  
  684. [widows]
  685. group=visual
  686. value=<number>
  687.  
  688. [width]
  689. group=visual
  690. value=<percentage>|<length>|auto
  691.  
  692. [word-spacing]
  693. group=text
  694. value=<length>|normal
  695.  
  696. [z-index]
  697. group=visual
  698. value=<number>|auto
  699.  
  700.